CompositeFormat.Parse(String) 메서드

정의

지정된 복합 형식 문자열을 구문 분석합니다.

public:
 static System::Text::CompositeFormat ^ Parse(System::String ^ format);
public static System.Text.CompositeFormat Parse (string format);
static member Parse : string -> System.Text.CompositeFormat
Public Shared Function Parse (format As String) As CompositeFormat

매개 변수

format
String

구문 분석할 문자열입니다.

반환

구문 분석된 CompositeFormat입니다.

예외

formatnull입니다.

format 형식 항목이 잘못되었습니다.

적용 대상