다음을 통해 공유


IndexedString(String) 생성자

정의

IndexedString 클래스의 새 인스턴스를 초기화합니다.

public:
 IndexedString(System::String ^ s);
public IndexedString(string s);
new System.Web.UI.IndexedString : string -> System.Web.UI.IndexedString
Public Sub New (s As String)

매개 변수

s
String

문자열.

예외

생성자에 전달된 문자열 매개 변수는 null or Empty.

설명

IndexedString 생성자는 전달된 문자열이 아닌지 또는 Empty아닌지 null 확인하고 속성에 Value 할당합니다.

적용 대상