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