Table of Contents

Class ValueFormatter

Namespace
Dynamicweb.DataIntegration.ProviderHelpers
Assembly
Dynamicweb.DataIntegration.dll
public static class ValueFormatter
Inheritance
ValueFormatter
Inherited Members

Methods

GetFormattedValue(object, CultureInfo, ScriptType, string)

Gets the formatted to specific culture numeric value

public static string GetFormattedValue(object value, CultureInfo ci, ScriptType scriptType, string scriptValue)

Parameters

value object

value to be formatted

ci CultureInfo

Culture Info

scriptType ScriptType

Script type

scriptValue string

Script value

Returns

string
To top