'宣言 Public Shared Function GetString( _ ByVal value As System.Object _ ) As System.String
public static System.string GetString( System.object value )
パラメータ
- value
- The object to convert.
戻り値の型
The converted value, or empty string if the object could not be converted.