Skip to content

4756f644 d42e 991d 402a 7a0f0206e5b3

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

CapacityFormatter.GetIntercept Method

Gets current intercept mode from provided format string.

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

Syntax

C#

private bool GetIntercept(
	string format
)

Parameters

 

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

Return Value

Type: Boolean
True is returned if intercept mode is enabled and false otherwise.

Remarks

This method gets current intercept mode from provided format string. The intercept mode is enabled if provided format string includes character "swung dash (~)". Otherwise intercept mode is disabled.

See Also

Reference

CapacityFormatter Class
Plexdata.Formatters Namespace
Defaults.Intercept

Clone this wiki locally