mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
1.1 KiB
1.1 KiB
GetValidCharacterComposition Method
Static method that returns a valid character composition based on the given ValidCharacterCollection parameters.
Definition
Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.2
C#
private static string GetValidCharacterComposition(
params ValidCharacterCollection[] validCharacters
)
F#
private static member GetValidCharacterComposition :
validCharacters : ValidCharacterCollection[] -> string
Parameters
- ValidCharacterCollection[]
- An array of ValidCharacterCollection enumeration values representing the desired character sets.
Return Value
String
A string containing all the characters from the specified character sets.