ViewDataDictionary.FormatValue(Object, String) 메서드

정의

지정된 format를 사용하여 지정된 value 의 형식을 지정합니다.

public:
 static System::String ^ FormatValue(System::Object ^ value, System::String ^ format);
public static string FormatValue (object value, string format);
public static string? FormatValue (object? value, string? format);
static member FormatValue : obj * string -> string
Public Shared Function FormatValue (value As Object, format As String) As String

매개 변수

value
Object

형식을 지정할 값입니다.

format
String

형식 문자열(참조 https://msdn.microsoft.com/en-us/library/txafckwd.aspx)입니다.

반환

형식이 지정된 입니다 String.

적용 대상