Compartir a través de


ValueFormatter Delegado

Definición

public delegate System::String ^ ValueFormatter(System::Object ^ val);
public delegate string ValueFormatter(object val);
type ValueFormatter = delegate of obj -> string
Public Delegate Function ValueFormatter(val As Object) As String 

Parámetros

val
Object

Valor devuelto

Se aplica a