'Declaration Public Function Format( _ ByVal obj As Object _ ) As String
'Declaration
Public Function Format( _ ByVal obj As Object _ ) As String
'使用法 Dim instance As GeneralFormatter Dim obj As Object Dim value As String value = instance.Format(obj)
'使用法
Dim instance As GeneralFormatter Dim obj As Object Dim value As String value = instance.Format(obj)
public string Format( object obj )
GeneralFormatter クラス GeneralFormatter メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.