DateToString(String) Method
Returns a
String that represents the current
Date. The result string is formatted using the format provided in the
format parameter.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public override string ToString(
string format
)
Public Overrides Function ToString (
format As String
) As String
abstract ToString :
format : string -> string
override ToString :
format : string -> string
- format String
- The required format for the result string.
String