Condividi tramite


IHtmlHelper.FormatValue(Object, String) Metodo

Definizione

Formatta il valore.

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

Parametri

value
Object

Valore.

format
String

Stringa di formato (vedere https://msdn.microsoft.com/en-us/library/txafckwd.aspx) utilizzata per formattare il valore restituito.

Restituisce

Oggetto String contenente il valore formattato.

Commenti

Converte value in un oggetto String direttamente se format è null o vuoto.

Si applica a