PowerTools SPREAD for Windows Forms 8.0J
Parse メソッド (IFormatter)


解析する文字列
指定した文字列を目的のオブジェクトに解析します。
構文
'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)
object Parse( 
   string s
)

パラメータ

s
解析する文字列

戻り値の型

書式付き文字列の解析結果を含む Object
参照

IFormatter インタフェース
IFormatter メンバ

 

 


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