Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~98 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Lewelljo

Please excuse the noob-ness. Here's the code: Dim value As Double = LimitString LimitString = 0.01 LimitString = value.ToString("e1", CultureInfo.InvariantCulture) I'm trying to retain a value "0.01" as that instead of it being converted to "1.0-002". Aftert the fourth decimal place it needs to be scientific. Foe example "0.00001" would …

Member Avatar for tinstaafl
0
98