Skip to content

8cf5eb54 95f7 51d6 3e34 9bf849413c25

Axel Kesseler edited this page Oct 3, 2019 · 1 revision

CapacityFormatter.GetCalculate Method

Gets current calculate mode from provided format string.

Namespace: Plexdata.Formatters
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1

Syntax

C#

private bool GetCalculate(
	string format
)

Parameters

 

format
Type: System.String
The format string to get calculate mode from.

Return Value

Type: Boolean
True is returned if calculate mode is not disabled and false otherwise.

Remarks

This method gets current calculate mode from provided format string. The calculate mode is disabled if provided format string includes character "exclamation mark (!)". Otherwise calculate mode is enabled.

See Also

Reference

CapacityFormatter Class
Plexdata.Formatters Namespace
Defaults.Calculate

Clone this wiki locally