'Declaration Function Parse( _ ByVal s As String _ ) As Object
'Declaration
Function Parse( _ ByVal s As String _ ) As Object
'使用法 Dim instance As IFormatter Dim s As String Dim value As Object value = instance.Parse(s)
'使用法
Dim instance As IFormatter Dim s As String Dim value As Object value = instance.Parse(s)
object Parse( string s )
IFormatter インタフェース IFormatter メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.