Encode Method

Summary

Encodes the specified key.

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

Parameters

key
The key to encode.

Return Value

Encoded 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