NullableTypes Class Library

NullableInt64.ToString Method 

Converts this NullableInt64 structure to a String.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

A new String that is a description of Null if this NullableInt64 is Null otherwise a new String that is the description of this NullableInt64 structure's Value.

See Also

NullableInt64 Class | NullableTypes Namespace