'Declaration Public Function IsStringEncrypted( _ ByVal value As System.String, _ ByVal strict As System.Boolean _ ) As System.Boolean
'Usage Dim instance As Encryption Dim value As System.String Dim strict As System.Boolean Dim value As System.Boolean value = instance.IsStringEncrypted(value, strict)
Parameters
- value
- The string to examine
- strict
- For strings encrypted prior to Version 1.11 set strict = false. It will sometimes give a false positive for some strings.
Return Value
True if the string is encrypted