IndexedString(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 屬性。