DictionaryControllergetSizeBits Method |
Get size of specified dictionary.
Namespace: PassphraseGenAssembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int getSizeBits(
string type
)
Public Function getSizeBits (
type As String
) As Integer
public:
int getSizeBits(
String^ type
)
member getSizeBits :
type : string -> int
Parameters
- type
- Type: SystemString
Type of dictionary as string.
Return Value
Type:
Int32Size of dictionary.
See Also