Compartir a través de


IHtmlHelper.FormatValue(Object, String) Método

Definición

Da formato al valor.

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

Parámetros

value
Object

Valor.

format
String

Cadena de formato (vea https://msdn.microsoft.com/en-us/library/txafckwd.aspx) usada para dar formato al valor devuelto.

Devoluciones

que String contiene el valor con formato.

Comentarios

Convierte value en un String objeto directamente si format está null o está vacío.

Se aplica a