Click or drag to resize
BroccoliSharp BroTimeToString Method (String)
Returns a string that represents this BroTime using the specified format.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public string ToString(
	string format
)

Parameters

format
Type: SystemString
A DateTime format string.

Return Value

Type: String
A string representation this BroTime value as specified by format.
Exceptions
ExceptionCondition
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