'宣言 Public Shared Sub TryParse( _ ByVal s As System.String, _ ByRef isExpression As System.Boolean, _ ByRef value As System.String _ )
public static void TryParse( System.string s, out System.bool isExpression, out System.string value )
パラメータ
- s
- 解析する文字列。
- isExpression
- OUT: s が式を表す場合は true。
- value
- OUT: 文字列値。