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
)
Public Shared Function GenerateId (
id As Guid,
from As String
) As Guid
public:
static Guid GenerateId(
Guid id,
String^ from
)
static member GenerateId :
id : Guid *
from : string -> Guid
Parameters
- id
- Type: SystemGuid
The source identifier. - from
- Type: SystemString
A string value
Return Value
Type:
GuidA
Guid represents the generated identifier from given parameters
See Also