共用方式為


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

字串。

例外狀況

傳遞給建構函式的字串參數為 nullEmpty

備註

IndexedString 構函式可確保傳遞的字串不是 nullEmpty ,然後將它指派給 Value 屬性。

適用於