Пример #1
0
 public YamlUuid(string str_uuid)
 {
     source_string = str_uuid;
     if (!UuidUtil.TryParse(str_uuid, out byte[] uuid_bytes))