StandardFormat.Parse メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Parse(ReadOnlySpan<Char>) |
NoPrecision の有効桁数を使用して、 |
Parse(String) |
従来の .NET 標準書式文字列を StandardFormat インスタンスに変換します。 |
Parse(ReadOnlySpan<Char>)
NoPrecision の有効桁数を使用して、ReadOnlySpan<System.Char>
を StandardFormat インスタンスに変換します。
public:
static System::Buffers::StandardFormat Parse(ReadOnlySpan<char> format);
public static System.Buffers.StandardFormat Parse (ReadOnlySpan<char> format);
static member Parse : ReadOnlySpan<char> -> System.Buffers.StandardFormat
Public Shared Function Parse (format As ReadOnlySpan(Of Char)) As StandardFormat
パラメーター
- format
- ReadOnlySpan<Char>
解析対象の文字が含まれる読み取り専用のスパン。
戻り値
Symbol プロパティの値が format
の文字で、Precision プロパティの値が NoPrecision である値。
適用対象
Parse(String)
従来の .NET 標準書式文字列を StandardFormat インスタンスに変換します。
public:
static System::Buffers::StandardFormat Parse(System::String ^ format);
public static System.Buffers.StandardFormat Parse (string? format);
public static System.Buffers.StandardFormat Parse (string format);
static member Parse : string -> System.Buffers.StandardFormat
Public Shared Function Parse (format As String) As StandardFormat
パラメーター
- format
- String
従来の .NET 標準書式文字列。
戻り値
書式。
例外
format
は有効な標準書式指定文字列ではありません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET