Click or drag to resize
DVarToString Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
public abstract string ToString(
	string inFormat,
	IFormatProvider formatProvider
)

Parameters

inFormat
Type: SystemString
formatProvider
Type: SystemIFormatProvider

Return Value

Type: String

Implements

IFormattableToString(String, IFormatProvider)
See Also