diff --git a/Apewer/TextUtility.cs b/Apewer/TextUtility.cs
index e0d964a..fb10acb 100644
--- a/Apewer/TextUtility.cs
+++ b/Apewer/TextUtility.cs
@@ -33,9 +33,12 @@ namespace Apewer
/// LF。
public const string LF = "\n";
- /// 空文本。
+ /// 长度为 0 的空字符串。
public const string Empty = "";
+ /// 无效指针。
+ public const string Null = null;
+
/// 返回表示指定对象的字符串。
public static string Text(object value)
{