Converts specified value to string using specified culture and format string.
シンタックス
'宣言
Public Overloads Shared Function ValueToString( _
ByVal As System.Object, _
ByVal As System.Globalization.CultureInfo, _
ByVal As System.String _
) As System.String
'使用法
Dim o As System.Object
Dim culture As System.Globalization.CultureInfo
Dim format As System.String
Dim value As System.String
value = ScriptEngineContext.ValueToString(o, culture, format)
public static System.string ValueToString(
System.object ,
System.Globalization.CultureInfo ,
System.string
)
パラメータ
- o
- Value to convert.
- culture
- Culture used during conversion.
- format
- Format string to use.
参照