PowerTools SPREAD for Windows Forms 10.0J
Format メソッド (GeneralFormatter)


文字列に変換する Object
オブジェクトを文字列として書式設定します。
構文
'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)
public string Format( 
   object obj
)

パラメータ

obj
文字列に変換する Object

戻り値の型

書式付きデータを含む String
参照

GeneralFormatter クラス
GeneralFormatter メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.