Table of Contents

Method Hex

Namespace
Zyl.ExSpans
Assembly
ExSpans.Core.dll

Hex<T>(nint, T)

The formater of each item - Hexadecimal (各项的格式化器 - 十六进制).

[FakeCLSCompliant(false)]
public static string Hex<T>(nint index, T value)

Parameters

index nint

Item index (项的索引).

value T

Item value (项的值).

Returns

string

A formatted string (格式化后的字符串).

Type Parameters

T

The element type (元素的类型).