다음을 통해 공유


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 또는 Empty인 경우

설명

IndexedString 생성자를 사용 하면 전달 되는 문자열이 아닌지 null 또는 Empty에 할당 한 다음를 Value 속성입니다.

적용 대상