Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetStatValueFormat Method (category)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.StatServersStatServerObjectConversionGetStatValueFormat(Nullable<(Of <(StatisticCategory>)>))
Gets the statistic value format.
Declaration Syntax
C#Visual BasicVisual C++
public static StatisticValueFormat GetStatValueFormat(
	Nullable<StatisticCategory> category
)
Public Shared Function GetStatValueFormat ( _
	category As Nullable(Of StatisticCategory) _
) As StatisticValueFormat
public:
static StatisticValueFormat GetStatValueFormat(
	Nullable<StatisticCategory> category
)
Parameters
category (Nullable<(Of <(StatisticCategory>)>))
The category.
Return Value
The statistic value format.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)