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