CustomNameGeneratorParse Method

Replace LLL..L and RRR..R substrings from mask to L[number] and R[number]

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.2.0.0
C#
protected static string Parse(
	string mask
)

Parameters

mask  String
 

Return Value

String
Returns modified mask, where all L5 and R3 like strings are the same but LLLL strings are changed to L4

See Also