Share via


ValueFormatter Delegate

Definition

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 

Parameters

val
Object

Return Value

Applies to