-
Notifications
You must be signed in to change notification settings - Fork 0
4756f644 d42e 991d 402a 7a0f0206e5b3
Axel Kesseler edited this page Oct 3, 2019
·
1 revision
Gets current intercept mode from provided format string.
Namespace: Plexdata.Formatters
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1
C#
private bool GetIntercept(
string format
)
- format
- Type: System.String
The format string to get intercept mode from.
Type: Boolean
True is returned if intercept mode is enabled and false otherwise.
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.
CapacityFormatter Class
Plexdata.Formatters Namespace
Defaults.Intercept
Plexdata Capacity Converter