'宣言 Public Shared Function Parse( _ ByVal s As System.String _ ) As ReportSize
public static ReportSize Parse( System.string s )
パラメータ
- s
- 変換する文字列。
戻り値の型
s によって指定されたサイズを表す ReportSize。
'宣言 Public Shared Function Parse( _ ByVal s As System.String _ ) As ReportSize
public static ReportSize Parse( System.string s )