'Declaration Public Shared Function DecodeObject( _ ByVal s As String _ ) As Object
'使用法 Dim s As String Dim value As Object value = Serializer.DecodeObject(s)
public static object DecodeObject( string s )
Serializer クラス Serializer メンバ
© 2004-2015, GrapeCity inc. All rights reserved.