Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BaseObjectSpace.GetKeyValueAsString(ITypesInfo, Object) Method

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static string GetKeyValueAsString(
    ITypesInfo typesInfo,
    object obj
)

Parameters

Name Type
typesInfo ITypesInfo
obj Object

Returns

Type
String
See Also