StiVariableLabelsHelper Class

Namespace: Stimulsoft.Report.Dictionary

Properties

Property Type Description
LabelsSeparator static string  

Methods

Method Returns Description
ContainsSeparator static bool  
GetFirstLabel static string  
GetLabels static string[]  
GetLabelsCount static int  
JoinLabels static string  
SplitLabels static string[]  

Method Details

ContainsSeparator static

ContainsSeparator(value: string): bool

Parameters

  • value (string)

Returns bool


GetFirstLabel static

GetFirstLabel(fullValue: string): string

Parameters

  • fullValue (string)

Returns string


GetLabels static

GetLabels(value: string): string[]

Parameters

  • value (string)

Returns string[]


GetLabelsCount static

GetLabelsCount(value: string): int

Parameters

  • value (string)

Returns int


JoinLabels static

JoinLabels(labels: List): string

Parameters

  • labels (List)

Returns string


SplitLabels static

SplitLabels(value: string): string[]

Parameters

  • value (string)

Returns string[]