Click or drag to resize
EncryptionTypeTryParse Method
Converts the string representation of an encryption type to its encryption type equivalent. A return value indicates whether the conversion succeeded.

Namespace: Obujekutoru
Assembly: obujekutoru (in obujekutoru.dll) Version: 1.0.0.19089 (1.0.0.*)
Syntax
public static bool TryParse(
	string encryptionTypeString,
	out EncryptionType encryptionType
)

Parameters

encryptionTypeString
Type: SystemString
A string containing an encryption type to convert.
encryptionType
Type: ObujekutoruEncryptionType
An encryption type equivalent to the string.

Return Value

Type: Boolean
true if the string was converted successfully; otherwise, false.
See Also