igGetIdStrRange() private method

private igGetIdStrRange ( string str_begin, string str_end ) : uint
str_begin string
str_end string
return uint
Example #1
0
 public static uint GetID(string idBegin, string idEnd)
 {
     return(ImGuiNative.igGetIdStrRange(idBegin, idEnd));
 }
Example #2
0
 public static uint GetID(string idBegin, string idEnd)
 => ImGuiNative.igGetIdStrRange(idBegin, idEnd);