BindConverter.FormatValue 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
FormatValue(Boolean, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
특성에 포함하기 위해 제공된 value
의 형식을 지정합니다.
public static bool FormatValue(bool value, System.Globalization.CultureInfo? culture = default);
public static bool FormatValue(bool value, System.Globalization.CultureInfo culture = default);
static member FormatValue : bool * System.Globalization.CultureInfo -> bool
Public Shared Function FormatValue (value As Boolean, Optional culture As CultureInfo = Nothing) As Boolean
매개 변수
- value
- Boolean
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<DateTimeOffset>, String, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string? FormatValue(DateTimeOffset? value, string format, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(DateTimeOffset? value, string format, System.Globalization.CultureInfo culture = default);
static member FormatValue : Nullable<DateTimeOffset> * string * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of DateTimeOffset), format As String, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- Nullable<DateTimeOffset>
형식을 지정할 값입니다.
- format
- String
사용할 형식입니다. 에 ToString(String, IFormatProvider)제공됩니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<DateTime>, String, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string? FormatValue(DateTime? value, string? format, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(DateTime? value, string format, System.Globalization.CultureInfo culture = default);
static member FormatValue : Nullable<DateTime> * string * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of DateTime), format As String, Optional culture As CultureInfo = Nothing) As String
매개 변수
- format
- String
사용할 형식입니다. 에 ToString(String, IFormatProvider)제공됩니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<DateOnly>, String, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string? FormatValue(DateOnly? value, string format, System.Globalization.CultureInfo? culture = default);
static member FormatValue : Nullable<DateOnly> * string * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of DateOnly), format As String, Optional culture As CultureInfo = Nothing) As String
매개 변수
- format
- String
사용할 형식입니다. 에 ToString(String, IFormatProvider)제공됩니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(DateTimeOffset, String, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string FormatValue(DateTimeOffset value, string format, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(DateTimeOffset value, string format, System.Globalization.CultureInfo culture = default);
static member FormatValue : DateTimeOffset * string * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As DateTimeOffset, format As String, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- DateTimeOffset
형식을 지정할 값입니다.
- format
- String
사용할 형식입니다. 에 ToString(String, IFormatProvider)제공됩니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(DateTime, String, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string FormatValue(DateTime value, string format, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(DateTime value, string format, System.Globalization.CultureInfo culture = default);
static member FormatValue : DateTime * string * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As DateTime, format As String, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- DateTime
형식을 지정할 값입니다.
- format
- String
사용할 형식입니다. 에 ToString(String, IFormatProvider)제공됩니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(DateOnly, String, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string FormatValue(DateOnly value, string format, System.Globalization.CultureInfo? culture = default);
static member FormatValue : DateOnly * string * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As DateOnly, format As String, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- DateOnly
형식을 지정할 값입니다.
- format
- String
사용할 형식입니다. 에 ToString(String, IFormatProvider)제공됩니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(TimeOnly, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string FormatValue(TimeOnly value, System.Globalization.CultureInfo? culture = default);
static member FormatValue : TimeOnly * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As TimeOnly, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- TimeOnly
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(String, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string? FormatValue(string? value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(string value, System.Globalization.CultureInfo culture = default);
static member FormatValue : string * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As String, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- String
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Single, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
특성에 포함하기 위해 제공된 value
형식을 지정합니다.
public static string FormatValue(float value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(float value, System.Globalization.CultureInfo culture = default);
static member FormatValue : single * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Single, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- Single
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<TimeOnly>, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string? FormatValue(TimeOnly? value, System.Globalization.CultureInfo? culture = default);
static member FormatValue : Nullable<TimeOnly> * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of TimeOnly), Optional culture As CultureInfo = Nothing) As String
매개 변수
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<Single>, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
특성에 포함하기 위해 제공된 value
형식을 지정합니다.
public static string? FormatValue(float? value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(float? value, System.Globalization.CultureInfo culture = default);
static member FormatValue : Nullable<single> * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of Single), Optional culture As CultureInfo = Nothing) As String
매개 변수
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<Int64>, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
특성에 포함하기 위해 제공된 value
형식을 지정합니다.
public static string? FormatValue(long? value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(long? value, System.Globalization.CultureInfo culture = default);
static member FormatValue : Nullable<int64> * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of Long), Optional culture As CultureInfo = Nothing) As String
매개 변수
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<Int32>, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
특성에 포함하기 위해 제공된 value
형식을 지정합니다.
public static string? FormatValue(int? value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(int? value, System.Globalization.CultureInfo culture = default);
static member FormatValue : Nullable<int> * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of Integer), Optional culture As CultureInfo = Nothing) As String
매개 변수
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<TimeOnly>, String, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string? FormatValue(TimeOnly? value, string format, System.Globalization.CultureInfo? culture = default);
static member FormatValue : Nullable<TimeOnly> * string * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of TimeOnly), format As String, Optional culture As CultureInfo = Nothing) As String
매개 변수
- format
- String
사용할 형식입니다. 에 ToString(String, IFormatProvider)제공됩니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<Int16>, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
특성에 포함하기 위해 제공된 value
형식을 지정합니다.
public static string? FormatValue(short? value, System.Globalization.CultureInfo? culture = default);
static member FormatValue : Nullable<int16> * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of Short), Optional culture As CultureInfo = Nothing) As String
매개 변수
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<Decimal>, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string? FormatValue(decimal? value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(decimal? value, System.Globalization.CultureInfo culture = default);
static member FormatValue : Nullable<decimal> * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of Decimal), Optional culture As CultureInfo = Nothing) As String
매개 변수
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<DateTimeOffset>, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string? FormatValue(DateTimeOffset? value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(DateTimeOffset? value, System.Globalization.CultureInfo culture = default);
static member FormatValue : Nullable<DateTimeOffset> * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of DateTimeOffset), Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- Nullable<DateTimeOffset>
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<DateTime>, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string? FormatValue(DateTime? value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(DateTime? value, System.Globalization.CultureInfo culture = default);
static member FormatValue : Nullable<DateTime> * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of DateTime), Optional culture As CultureInfo = Nothing) As String
매개 변수
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<DateOnly>, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string? FormatValue(DateOnly? value, System.Globalization.CultureInfo? culture = default);
static member FormatValue : Nullable<DateOnly> * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of DateOnly), Optional culture As CultureInfo = Nothing) As String
매개 변수
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<Boolean>, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
특성에 포함하기 위해 제공된 value
형식을 지정합니다.
public static bool? FormatValue(bool? value, System.Globalization.CultureInfo? culture = default);
public static bool? FormatValue(bool? value, System.Globalization.CultureInfo culture = default);
static member FormatValue : Nullable<bool> * System.Globalization.CultureInfo -> Nullable<bool>
Public Shared Function FormatValue (value As Nullable(Of Boolean), Optional culture As CultureInfo = Nothing) As Nullable(Of Boolean)
매개 변수
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Int64, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
특성에 포함하기 위해 제공된 value
형식을 지정합니다.
public static string FormatValue(long value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(long value, System.Globalization.CultureInfo culture = default);
static member FormatValue : int64 * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Long, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- Int64
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Int32, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
특성에 포함하기 위해 제공된 value
형식을 지정합니다.
public static string? FormatValue(int value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(int value, System.Globalization.CultureInfo culture = default);
static member FormatValue : int * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Integer, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- Int32
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Int16, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
특성에 포함하기 위해 제공된 value
형식을 지정합니다.
public static string FormatValue(short value, System.Globalization.CultureInfo? culture = default);
static member FormatValue : int16 * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Short, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- Int16
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Double, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
특성에 포함하기 위해 제공된 value
의 형식을 지정합니다.
public static string? FormatValue(double value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(double value, System.Globalization.CultureInfo culture = default);
static member FormatValue : double * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Double, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- Double
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Decimal, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
특성에 포함하기 위해 제공된 value
의 형식을 지정합니다.
public static string FormatValue(decimal value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(decimal value, System.Globalization.CultureInfo culture = default);
static member FormatValue : decimal * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Decimal, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- Decimal
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(DateTimeOffset, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string FormatValue(DateTimeOffset value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(DateTimeOffset value, System.Globalization.CultureInfo culture = default);
static member FormatValue : DateTimeOffset * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As DateTimeOffset, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- DateTimeOffset
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(DateTime, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string FormatValue(DateTime value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(DateTime value, System.Globalization.CultureInfo culture = default);
static member FormatValue : DateTime * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As DateTime, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- DateTime
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(DateOnly, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string FormatValue(DateOnly value, System.Globalization.CultureInfo? culture = default);
static member FormatValue : DateOnly * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As DateOnly, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- DateOnly
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(Nullable<Double>, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
특성에 포함하기 위해 제공된 value
의 형식을 지정합니다.
public static string? FormatValue(double? value, System.Globalization.CultureInfo? culture = default);
public static string FormatValue(double? value, System.Globalization.CultureInfo culture = default);
static member FormatValue : Nullable<double> * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As Nullable(Of Double), Optional culture As CultureInfo = Nothing) As String
매개 변수
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue(TimeOnly, String, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static string FormatValue(TimeOnly value, string format, System.Globalization.CultureInfo? culture = default);
static member FormatValue : TimeOnly * string * System.Globalization.CultureInfo -> string
Public Shared Function FormatValue (value As TimeOnly, format As String, Optional culture As CultureInfo = Nothing) As String
매개 변수
- value
- TimeOnly
형식을 지정할 값입니다.
- format
- String
사용할 형식입니다. 에 ToString(String, IFormatProvider)제공됩니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.
적용 대상
FormatValue<T>(T, CultureInfo)
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
- Source:
- BindConverter.cs
제공된 의 형식을 value
로 지정합니다 String.
public static object? FormatValue<T>(T value, System.Globalization.CultureInfo? culture = default);
public static object FormatValue<T>(T value, System.Globalization.CultureInfo culture = default);
static member FormatValue : 'T * System.Globalization.CultureInfo -> obj
Public Shared Function FormatValue(Of T) (value As T, Optional culture As CultureInfo = Nothing) As Object
형식 매개 변수
- T
매개 변수
- value
- T
형식을 지정할 값입니다.
- culture
- CultureInfo
CultureInfo 서식을 지정하는 동안 사용할 입니다. 기본값은 CurrentCulture입니다.
반환
형식이 지정된 값입니다.