Decode Method

Summary

Decodes the specified key.

Syntax
C#
VB
C++
public static string Decode( 
   string key 
) 
Public Shared Function Decode( _ 
   ByVal key As String _ 
) As String 
public: 
static String^ Decode(  
   String^ key 
)  

Parameters

key
The key to decode.

Return Value

Decoded key data.

Requirements

Target Platforms

See Also

Reference

BindUtils Class

BindUtils Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly