DateOnly.ToString 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ToString() |
使用目前文化特性的格式化慣例,將目前 DateOnly 物件的值轉換為其相等的字串表示。 物件 DateOnly 會以簡短格式格式化。 |
ToString(IFormatProvider) |
使用指定的特定文化特性格式資訊,將目前 DateOnly 物件的值轉換為其相等的字串表示。 |
ToString(String) |
使用指定的格式和目前文化特性的格式化慣例,將目前 DateOnly 物件的值轉換為其相等的字串表示。 |
ToString(String, IFormatProvider) |
使用指定的特定文化特性格式資訊,將目前 DateOnly 物件的值轉換為其相等的字串表示。 |
ToString()
- 來源:
- DateOnly.cs
- 來源:
- DateOnly.cs
- 來源:
- DateOnly.cs
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
傳回
字串,內含目前 DateOnly 物件的簡短日期字串表示。
適用於
ToString(IFormatProvider)
- 來源:
- DateOnly.cs
- 來源:
- DateOnly.cs
- 來源:
- DateOnly.cs
使用指定的特定文化特性格式資訊,將目前 DateOnly 物件的值轉換為其相等的字串表示。
public:
System::String ^ ToString(IFormatProvider ^ provider);
public string ToString (IFormatProvider? provider);
override this.ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String
參數
- provider
- IFormatProvider
物件,提供特定文化特性格式資訊。
傳回
由提供者所指定之目前 DateOnly 物件的值字串表示。
適用於
ToString(String)
- 來源:
- DateOnly.cs
- 來源:
- DateOnly.cs
- 來源:
- DateOnly.cs
使用指定的格式和目前文化特性的格式化慣例,將目前 DateOnly 物件的值轉換為其相等的字串表示。
public:
System::String ^ ToString(System::String ^ format);
public string ToString (string? format);
override this.ToString : string -> string
Public Function ToString (format As String) As String
參數
- format
- String
標準或自訂日期格式字串。
傳回
目前 DateOnly 物件值的字串表示,如格式所指定。
適用於
ToString(String, IFormatProvider)
- 來源:
- DateOnly.cs
- 來源:
- DateOnly.cs
- 來源:
- DateOnly.cs
使用指定的特定文化特性格式資訊,將目前 DateOnly 物件的值轉換為其相等的字串表示。
public:
virtual System::String ^ ToString(System::String ^ format, IFormatProvider ^ provider);
public string ToString (string? format, IFormatProvider? provider);
override this.ToString : string * IFormatProvider -> string
Public Function ToString (format As String, provider As IFormatProvider) As String
參數
- format
- String
標準或自訂日期格式字串。
- provider
- IFormatProvider
物件,提供特定文化特性格式資訊。
傳回
由格式和提供者所指定之目前 DateOnly 物件的值字串表示。