MemoryExtensions.TryWriteInterpolatedStringHandler.AppendFormatted 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
AppendFormatted(ReadOnlySpan<Char>) |
지정된 값을 처리기에 씁니다. |
AppendFormatted(String) |
지정된 값을 처리기에 씁니다. |
AppendFormatted(Object, Int32, String) |
지정된 값을 처리기에 씁니다. |
AppendFormatted(ReadOnlySpan<Char>, Int32, String) |
지정된 값을 처리기에 씁니다. |
AppendFormatted(String, Int32, String) |
지정된 형식 문자열을 사용하여 처리기에 지정된 값을 씁니다. |
AppendFormatted<T>(T) |
지정된 값을 처리기에 씁니다. |
AppendFormatted<T>(T, Int32) |
지정된 값을 처리기에 씁니다. |
AppendFormatted<T>(T, String) |
지정된 형식 문자열을 사용하여 처리기에 지정된 값을 씁니다. |
AppendFormatted<T>(T, Int32, String) |
지정된 형식 문자열을 사용하여 처리기에 지정된 값을 씁니다. |
AppendFormatted(ReadOnlySpan<Char>)
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
지정된 값을 처리기에 씁니다.
public:
bool AppendFormatted(ReadOnlySpan<char> value);
public bool AppendFormatted (ReadOnlySpan<char> value);
public bool AppendFormatted (scoped ReadOnlySpan<char> value);
member this.AppendFormatted : ReadOnlySpan<char> -> bool
Public Function AppendFormatted (value As ReadOnlySpan(Of Char)) As Boolean
매개 변수
- value
- ReadOnlySpan<Char>
쓸 값입니다.
반환
작업이 실패한 경우 false
. 그렇지 않으면 true
.
적용 대상
AppendFormatted(String)
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
지정된 값을 처리기에 씁니다.
public:
bool AppendFormatted(System::String ^ value);
public bool AppendFormatted (string? value);
member this.AppendFormatted : string -> bool
Public Function AppendFormatted (value As String) As Boolean
매개 변수
- value
- String
쓸 값입니다.
반환
성공에 대한 true
; 그렇지 않으면 false
.
적용 대상
AppendFormatted(Object, Int32, String)
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
지정된 값을 처리기에 씁니다.
public bool AppendFormatted (object? value, int alignment = 0, string? format = default);
member this.AppendFormatted : obj * int * string -> bool
Public Function AppendFormatted (value As Object, Optional alignment As Integer = 0, Optional format As String = Nothing) As Boolean
매개 변수
- value
- Object
쓸 값입니다.
- alignment
- Int32
이 값에 대해 작성해야 하는 최소 문자 수입니다. 음수 값은 왼쪽 맞춤을 나타내고 필요한 최소값은 절대값입니다.
- format
- String
형식 문자열입니다.
반환
성공에 대한 true
; 그렇지 않으면 false
.
적용 대상
AppendFormatted(ReadOnlySpan<Char>, Int32, String)
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
지정된 값을 처리기에 씁니다.
public bool AppendFormatted (ReadOnlySpan<char> value, int alignment = 0, string? format = default);
public bool AppendFormatted (scoped ReadOnlySpan<char> value, int alignment = 0, string? format = default);
member this.AppendFormatted : ReadOnlySpan<char> * int * string -> bool
Public Function AppendFormatted (value As ReadOnlySpan(Of Char), Optional alignment As Integer = 0, Optional format As String = Nothing) As Boolean
매개 변수
- value
- ReadOnlySpan<Char>
쓸 값입니다.
- alignment
- Int32
>이 값에 대해 작성해야 하는 최소 문자 수입니다. 값이 음수이면 왼쪽 맞춤을 나타내고 필요한 최소값은 절대값입니다.
- format
- String
형식 문자열입니다.
반환
작업이 실패한 경우 false
. 그렇지 않으면 true
.
적용 대상
AppendFormatted(String, Int32, String)
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
지정된 형식 문자열을 사용하여 처리기에 지정된 값을 씁니다.
public bool AppendFormatted (string? value, int alignment = 0, string? format = default);
member this.AppendFormatted : string * int * string -> bool
Public Function AppendFormatted (value As String, Optional alignment As Integer = 0, Optional format As String = Nothing) As Boolean
매개 변수
- value
- String
쓸 값입니다.
- alignment
- Int32
이 값에 대해 작성해야 하는 최소 문자 수입니다. 음수 값은 왼쪽 맞춤을 나타내고 필요한 최소값은 절대값입니다.
- format
- String
형식 문자열입니다.
반환
성공에 대한 true
; 그렇지 않으면 false
.
적용 대상
AppendFormatted<T>(T)
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
지정된 값을 처리기에 씁니다.
public:
generic <typename T>
bool AppendFormatted(T value);
public bool AppendFormatted<T> (T value);
member this.AppendFormatted : 'T -> bool
Public Function AppendFormatted(Of T) (value As T) As Boolean
형식 매개 변수
- T
쓸 값의 형식입니다.
매개 변수
- value
- T
쓸 값입니다.
반환
성공에 대한 true
; 그렇지 않으면 false
.
적용 대상
AppendFormatted<T>(T, Int32)
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
지정된 값을 처리기에 씁니다.
public:
generic <typename T>
bool AppendFormatted(T value, int alignment);
public bool AppendFormatted<T> (T value, int alignment);
member this.AppendFormatted : 'T * int -> bool
Public Function AppendFormatted(Of T) (value As T, alignment As Integer) As Boolean
형식 매개 변수
- T
쓸 값의 형식입니다.
매개 변수
- value
- T
쓸 값입니다.
- alignment
- Int32
이 값에 대해 작성해야 하는 최소 문자 수입니다. 음수 값은 왼쪽 맞춤을 나타내고 필요한 최소값은 절대값입니다.
반환
작업이 실패한 경우 false
. 그렇지 않으면 true
.
적용 대상
AppendFormatted<T>(T, String)
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
지정된 형식 문자열을 사용하여 처리기에 지정된 값을 씁니다.
public:
generic <typename T>
bool AppendFormatted(T value, System::String ^ format);
public bool AppendFormatted<T> (T value, string? format);
member this.AppendFormatted : 'T * string -> bool
Public Function AppendFormatted(Of T) (value As T, format As String) As Boolean
형식 매개 변수
- T
쓸 값의 형식입니다.
매개 변수
- value
- T
쓸 값입니다.
- format
- String
형식 문자열입니다.
반환
성공에 대한 true
; 그렇지 않으면 false
.
적용 대상
AppendFormatted<T>(T, Int32, String)
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
- Source:
- MemoryExtensions.cs
지정된 형식 문자열을 사용하여 처리기에 지정된 값을 씁니다.
public:
generic <typename T>
bool AppendFormatted(T value, int alignment, System::String ^ format);
public bool AppendFormatted<T> (T value, int alignment, string? format);
member this.AppendFormatted : 'T * int * string -> bool
Public Function AppendFormatted(Of T) (value As T, alignment As Integer, format As String) As Boolean
형식 매개 변수
- T
쓸 값의 형식입니다.
매개 변수
- value
- T
쓸 값입니다.
- alignment
- Int32
이 값에 대해 작성해야 하는 최소 문자 수입니다. 음수 값은 왼쪽 맞춤을 나타내고 필요한 최소값은 절대값입니다.
- format
- String
형식 문자열입니다.
반환
성공에 대한 true
; 그렇지 않으면 false
.
적용 대상
.NET