[]
Converts date to string.
public static string DateToString(Variant variant, CultureInfo culture = null)
Type | Name | Description |
---|---|---|
Variant | variant | The date to convert. |
CultureInfo | culture | The culture. |
Type | Description |
---|---|
string | The string representation of a date. |