Parse メソッド
文字列を解析して ReportSize を返します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Shared Function Parse ( _
s As String, _
provider As IFormatProvider _
) As ReportSize
'使用
Dim s As String
Dim provider As IFormatProvider
Dim returnValue As ReportSize
returnValue = ReportSize.Parse(s, provider)
public static ReportSize Parse(
string s,
IFormatProvider provider
)
public:
static ReportSize Parse(
String^ s,
IFormatProvider^ provider
)
static member Parse :
s:string *
provider:IFormatProvider -> ReportSize
public static function Parse(
s : String,
provider : IFormatProvider
) : ReportSize
パラメーター
- s
型: System. . :: . .String
サイズを表す文字列です。
- provider
型: System. . :: . .IFormatProvider
文字列の書式設定情報を提供する IformatProvider です。
戻り値
型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
ReportSize オブジェクトです。