return false/true
parent
c9e178b8bb
commit
060761b987
|
@ -296,7 +296,7 @@ namespace OpenSim.Modules.EMail
|
||||||
public bool isUUID(string thing)
|
public bool isUUID(string thing)
|
||||||
{
|
{
|
||||||
UUID test;
|
UUID test;
|
||||||
return UUID.TryParse(thing, out test) ? 1 : 0;
|
return UUID.TryParse(thing, out test) ? true : false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue