'宣言 Public Overloads Shared Function ToString( _ ByVal Value As System.Date, _ ByVal culture As System.Globalization.CultureInfo _ ) As System.String
'使用法 Dim Value As System.Date Dim culture As System.Globalization.CultureInfo Dim value As System.String value = Utils.Conversions.ToString(Value, culture)
パラメータ
- Value
- The System.DateTime to be converted.
- culture
- System.Globalization.CultureInfo used for conversion.
戻り値の型
The string represents System.DateTime converted using a specific culture.