Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / Util Class / GetString Method
The object to convert.

In This Topic
    GetString Method
    In This Topic
    Converts an object to a string value.
    Syntax
    'Declaration
     
    Public Shared Function GetString( _
       ByVal value As Object _
    ) As String
    public static string GetString( 
       object value
    )

    Parameters

    value
    The object to convert.

    Return Value

    The converted value, or empty string if the object could not be converted.
    See Also