C# 클래스 CodeGeneratorHelpers.T4.IndexBase.ToStringInstanceHelper

Utility class to produce culture-oriented representation of an object as a string.
파일 보기 프로젝트 열기: asebak/ui5-visualstudio-plugin

공개 메소드들

메소드 설명
ToStringWithCulture ( object objectToConvert ) : string

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

메소드 상세

ToStringWithCulture() 공개 메소드

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
리턴 string