'宣言 Public Shared Function TryParse( _ ByVal s As System.String, _ ByRef reportSizeType As ReportSizeType, _ ByRef value As System.Double _ ) As System.Boolean
public static System.bool TryParse( System.string s, out ReportSizeType reportSizeType, out System.double value )
パラメータ
- s
- 変換する文字列。
- reportSizeType
- OUT: 解析されたサイズの単位を示す ReportSizeType 値。
- value
- OUT: 解析されたサイズを reportSizeType 単位で表した倍精度値。
戻り値の型
s が正常に変換された場合は true、そうでない場合は false。