다음을 통해 공유


ValueFormatter 대리자

정의

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 

매개 변수

val
Object

반환 값

적용 대상