|
BroTimeToString Method (String) |
Returns a string that represents this
BroTime using the specified
format.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public string ToString(
string format
)
Public Function ToString (
format As String
) As String
member ToString :
format : string -> string
public String ToString(
String format
)
function ToString(format);
Parameters
- format
- Type: SystemString
A DateTime format string.
Return Value
Type:
String
A string representation this
BroTime value as specified by
format.
Exceptions Exception | Condition |
---|
FormatException |
The length of format is 1, and it is not one of the format specifier characters defined for DateTimeFormatInfo -or-
format does not contain a valid custom format pattern.
|
See Also