Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkHash128.Parse

Switch to Manual
public static function Parse(text: string): Networking.NetworkHash128;

Parameters

text A hex string to parse.

Returns

NetworkHash128 A 128 bit network hash object.

Description

This parses the string representation of a NetworkHash into a binary object.

no example available in JavaScript