* Removing EnUsCulture from Helpers as it already exists in Utils
* Removing Helpers.NewLine as it already exists in Environment.NewLine git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2360 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -408,7 +408,7 @@ namespace OpenMetaverse.StructuredData
|
||||
}
|
||||
|
||||
public override double AsReal() { return value; }
|
||||
public override string AsString() { return value.ToString(Helpers.EnUsCulture); }
|
||||
public override string AsString() { return value.ToString(Utils.EnUsCulture); }
|
||||
public override byte[] AsBinary() { return Utils.DoubleToBytes(value); }
|
||||
public override string ToString() { return AsString(); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user