StringExtensionsCreateHashSha512 Method

Convert string to Hash using Sha512

Definition

Namespace: PCBI_CadanceFab_Import
Assembly: PCBI_CadanceFab_Import (in PCBI_CadanceFab_Import.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static string CreateHashSha512(
	string val
)

Parameters

val  String
string to hash

Return Value

String
Hashed string

Exceptions

See Also