Click or drag to resize

UtilitiesGenerateId Method

Generates the GUID from a given id and another string.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Guid GenerateId(
	Guid id,
	string from
)

Parameters

id
Type: SystemGuid
The source identifier.
from
Type: SystemString
A string value

Return Value

Type: Guid
A Guid represents the generated identifier from given parameters
See Also