summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-06-09 05:00:00 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-06-09 05:00:00 +0000
commit4a3068a76927b8f896221123e77ed9c91df2bdf6 (patch)
tree8659ca74bb633dbfbf203a2e90f5e6f566204525
parent542d8f5f1bcf032ff81c8f88d82387e5125f6092 (diff)
parent83bf8f7d7cd2f40759f33db9ad176ec4c9b6a5c9 (diff)
downloadtizen.tar.gz
tizen.tar.bz2
tizen.zip
-rw-r--r--Tizen/Tizen.Common/Color.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tizen/Tizen.Common/Color.cs b/Tizen/Tizen.Common/Color.cs
index 4c16e13..53224ae 100644
--- a/Tizen/Tizen.Common/Color.cs
+++ b/Tizen/Tizen.Common/Color.cs
@@ -294,7 +294,7 @@ namespace Tizen.Common
}
/// <summary>
- /// Returns a string representation in Hex. (ex: #FFFFFFFF in RGBA order)
+ /// Returns a string representation in Hex. (ex: \#FFFFFFFF in RGBA order)
/// </summary>
/// <returns>The string representation in Hex.</returns>
public string ToHex()