Click or drag to resize
Tesco SW, a.s.

SupportMethodsStringToByteArray Method

Převede hexadecimální string na pole bytů.

Namespace:  TescoSW.MW.UITests.Common
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public static byte[] StringToByteArray(
	string hex
)

Parameters

hex
Type: SystemString
Hexadecimální string pro převedení

Return Value

Type: Byte

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.SupportMethods.StringToByteArray(System.String)"]

See Also