C# Class macro_utils_h_generator.macro_utilsBase.ToStringInstanceHelper

Utility class to produce culture-oriented representation of an object as a string.
Datei anzeigen Open project: Azure/azure-c-shared-utility

Public Methods

Method Description
ToStringWithCulture ( object objectToConvert ) : string

This is called from the compile/run appdomain to convert objects within an expression block to a string

Method Details

ToStringWithCulture() public method

This is called from the compile/run appdomain to convert objects within an expression block to a string
public ToStringWithCulture ( object objectToConvert ) : string
objectToConvert object
return string