Noda Time
Format Method (value)
NamespacesNodaTime.TextIPattern<(Of <(<'T>)>)>Format(T)

[This is preliminary documentation and is subject to change.]

Formats the given value as text according to the rules of this pattern.
Declaration Syntax
C#Visual BasicVisual C++
string Format(
	T value
)
Function Format ( _
	value As T _
) As String
String^ Format(
	T value
)
Parameters
value (T)
The value to format.
Return Value
The value formatted according to this pattern.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)