UrlHelper.Base64Encrypt Method

HD.Common

UrlHelperBase64Encrypt Method Helper帮助文档

[Missing <summary> documentation for "M:HD.Common.UrlHelper.Base64Encrypt(System.String)"]

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string Base64Encrypt(
	string sourthUrl
)
Public Shared Function Base64Encrypt ( 
	sourthUrl As String
) As String
public:
static String^ Base64Encrypt(
	String^ sourthUrl
)
static member Base64Encrypt : 
        sourthUrl : string -> string 

Parameters

sourthUrl
Type: SystemString

[Missing <param name="sourthUrl"/> documentation for "M:HD.Common.UrlHelper.Base64Encrypt(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.UrlHelper.Base64Encrypt(System.String)"]

See Also

Reference